text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

Day 2 - MongoDB 的 CRUD 教學

Day 2 - MongoDB 的 CRUD 教學

加密和雜湊有什麼不同?

加密和雜湊有什麼不同?

Event Capture, Propagation, Bubbling and Once

Event Capture, Propagation, Bubbling and Once


Comments